-
Notifications
You must be signed in to change notification settings - Fork 699
Fix schemeshard crashes on double vector index replace / drop table after index replace (#20501) #20665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix schemeshard crashes on double vector index replace / drop table after index replace (#20501) #20665
Conversation
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
e2ab35f
to
3252184
Compare
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog category
Description for reviewers
Fixes a schemeshard crash in the following case:
ydb -e grpc://host:2135 -d /Root/testdb table index rename --replace --index-name idx_vector2 --to idx_vector test_table
)2.1. drop the table
2.2. drop the index
2.3. replace the index with another vector index again